home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8605 / 8605.xpi / chrome / skin / default / status.css < prev   
Cascading Style Sheet File  |  2008-11-16  |  292b  |  23 lines

  1. window
  2. {
  3.     padding: 10px;
  4.     padding-top: 20px;
  5.     min-width: 300px;
  6.     background-color: #40534A;
  7. }
  8.  
  9. #statusCode
  10. {
  11.     font-weight: bold;
  12.     font-size: 16px;
  13.     margin-bottom: 5px;
  14.     color: #C9E322;
  15. }
  16.  
  17. #statusMsg
  18. {
  19.     padding-left: 5px;
  20.     color: #FFFFFF;
  21.     padding-top: 4px;
  22. }
  23.